home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_gsl.idb / usr / freeware / include / gsl_matrix.h.z / gsl_matrix.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  531 b   |  26 lines

  1. #ifndef GSL_MATRIX_H
  2. #define GSL_MATRIX_H
  3.  
  4. #include <gsl_matrix_complex_long_double.h>
  5. #include <gsl_matrix_complex_double.h>
  6. #include <gsl_matrix_complex_float.h>
  7.  
  8. #include <gsl_matrix_long_double.h>
  9. #include <gsl_matrix_double.h>
  10. #include <gsl_matrix_float.h>
  11.  
  12. #include <gsl_matrix_ulong.h>
  13. #include <gsl_matrix_long.h>
  14.  
  15. #include <gsl_matrix_uint.h>
  16. #include <gsl_matrix_int.h>
  17.  
  18. #include <gsl_matrix_ushort.h>
  19. #include <gsl_matrix_short.h>
  20.  
  21. #include <gsl_matrix_uchar.h>
  22. #include <gsl_matrix_char.h>
  23.  
  24.  
  25. #endif /* !GSL_MATRIX_H */
  26.